-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session renewal support for both json and html #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please check and update the review comments.
Can a unit test be added? |
Addressed |
I didn't see UTs for this file, need to check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
PR Submission checklist
This PR is to handle session renewal issue with OneFS 9.5 onwards, earlier versions of OneFS still returns with json response but 9.5 onwards the response type would be html.
GitHub Issues
List the GitHub issues impacted by this PR:
Common PR Checklist:
Tests Performed:
1. Validated the fix on OneFS 9.5.0.6 (HTML response)
a) Driver Installation
b) Session renewal
2. Validated the fix on OneFS 9.3 (JSON response)
a) Driver Installation
b) Session renewal